Frame: Erase the now-useless property label-yalign
authorDaniel Boles <dboles@src.gnome.org>
Thu, 1 Mar 2018 19:53:53 +0000 (19:53 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Mon, 12 Mar 2018 14:17:32 +0000 (14:17 +0000)
commite4578ca7bff19c690a1215ffbbfbaa7e9ac67203
treebd1e3178e5be06054d8489540a15906d02531102
parent362ef4449c8ef52dc135b92727b3c71f5823119c
Frame: Erase the now-useless property label-yalign

The border is now drawn on the frame node, not using an internal border
node, so we are no longer able to align the label to vertically overlap
the border. The property no longer performs its original purpose, & nor
is it a useful candidate for giving a new role, so no point keeping it.

https://bugzilla.gnome.org/show_bug.cgi?id=778886
gtk/gtkframe.c
gtk/gtkframe.h
tests/testframe.c